const runtime.spanSetBlockEntries
10 uses
runtime (current package)
mspanset.go#L55: spanSetBlockEntries = 512 // 4KB on 64-bit
mspanset.go#L78: spans [spanSetBlockEntries]atomicMSpanPointer
mspanset.go#L86: top, bottom := cursor/spanSetBlockEntries, cursor%spanSetBlockEntries
mspanset.go#L163: if spineLen <= uintptr(head)/spanSetBlockEntries {
mspanset.go#L187: top, bottom := head/spanSetBlockEntries, head%spanSetBlockEntries
mspanset.go#L222: if block.popped.Add(1) == spanSetBlockEntries {
mspanset.go#L245: top := head / spanSetBlockEntries
mspanset.go#L262: if block.popped.Load() == spanSetBlockEntries {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)